From 807980f78bef99559aa7e31546d6084f9ed1eaf8 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 19 Nov 2012 14:25:35 +0000 Subject: [PATCH] docs: Include prototype for HYPERVISOR_multicall Mark-up for inclusion of generated docs. Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Campbell --- xen/include/public/xen.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h index 0bdc71cf3f..bff9542182 100644 --- a/xen/include/public/xen.h +++ b/xen/include/public/xen.h @@ -540,7 +540,10 @@ typedef struct mmu_update mmu_update_t; DEFINE_XEN_GUEST_HANDLE(mmu_update_t); /* - * Send an array of these to HYPERVISOR_multicall(). + * ` enum neg_errnoval + * ` HYPERVISOR_multicall(multicall_entry_t call_list[], + * ` unsigned int nr_calls); + * * NB. The fields are natural register size for this architecture. */ struct multicall_entry { -- 2.30.2